home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Almathera Ten Pack 3: CDPD 3
/
Almathera Ten on Ten - Disc 3: CDPD3.iso
/
fish
/
001-100
/
001-025
/
023
/
ver30
/
sys
/
cpm86
/
spawn.c
< prev
next >
Wrap
C/C++ Source or Header
|
1995-03-17
|
466b
|
23 lines
/*
* Name: MicroEMACS
* CP/M-86 spawn a sub-CLI (ha-ha).
* Version: 29
* Last edit: 05-Feb-86
* By: rex::conroy
* decvax!decwrl!dec-rhea!dec-rex!conroy
*/
#include "def.h"
/*
* Create a subjob with a copy
* of the command intrepreter in it. When the
* command interpreter exits, mark the screen as
* garbage so that you do a full repaint. Bound
* to "C-C" and called from "C-Z".
*/
spawncli(f, n, k)
{
eprintf("Not in CP/M-86");
return (FALSE);
}